home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global follow
- set HC to the number of cast "handCursor"
- cursor([HC, HC + 1])
- set follow to 0
- end
-
- on reInitialize
- global follow
- set follow to 0
- repeat with x = 4 to 9
- puppetSprite(x, 0)
- set the visible of sprite x to 1
- end repeat
- updateStage()
- end
-